home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / GE550.L2 < prev    next >
Text File  |  1996-04-01  |  3KB  |  106 lines

  1. name GE 550 Abs
  2.  
  3. N 3
  4. G 2
  5. X ->34
  6. Z ->34
  7. D 2
  8. I ->34
  9. K ->34
  10. F >33
  11. T 3
  12. S 2
  13. M 2
  14.  
  15. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  16.  
  17. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  18.  
  19. HCode Z                               # X or X U  'Horizontal char.       
  20. VCode X                               # Y or Y V  'Vertical char.         
  21. FeedCode F                            # Feed rate char.                   
  22. Comment ( )                           # Begin End comment char.           
  23.  
  24. Spindle 43 44 45                      # Cw, ccw & stop m codes            
  25. Coolant 8 9 7                         # On, Off & Mist m codes            
  26.  
  27. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  28. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  29.  
  30. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  31.  
  32. Inch/MM 20 21                         # Inch & Metric g codes             
  33.  
  34. CtrCode K I                           # I J or R or I J K L               
  35.  
  36. Feed G1                               # Linear move                       
  37. Rapid F80                             # Rapid positioning word            
  38. Cw G2                                 # Circular move clockwise           
  39. Ccw G3                                # Circular move counter clockwise   
  40.  
  41. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  42.  
  43. Drill                                 # Drilling canned/manual cycle      
  44. Z[Depth] F[FRate]
  45. Z[H]
  46. end
  47. Peck                                  # Pecking canned/manual cycle       
  48. none
  49. end
  50.  
  51. Tap                                   # Tapping canned/manual cycle       
  52. Z[H] F[FRate]
  53. end cancel
  54. Ream                                  # Reaming canned/manual cycle       
  55. Z[H] F[FRate]
  56. end cancel
  57.  
  58. Bore                                  # Boring canned/manual cycle        
  59. Z[H] F[FRate]
  60. Z[SClear]
  61. end
  62.  
  63. Cancel                                # Cancel a canned/manual cycle      
  64. end
  65.  
  66. StartCode                             # Start of the program              
  67. G1 X[WorkV] Z[WorkH] F80
  68. End
  69.  
  70. 1stToolChange                         # First tool change                 
  71. G92 X0 Z[Length]
  72. G90 T[Tool] M[Direct]
  73. G94 S[Speed] M[Cool]
  74. G1 X[V] Z[H] F80
  75. End
  76.  
  77. Infeed                                # Enable cutter comp                
  78. G1 X[V] Z[H] D[Dcomp] F[FRate]
  79. end
  80.  
  81. Outfeed                               # Disable cutter comp               
  82. G1 X[V] Z[H] F[FRate]
  83. end
  84. AutoThread                            # Automatic thread canned cycle     
  85. G32
  86. End
  87.  
  88. ToolChange                            # Secondary tool changes            
  89. G1 X0 Z[LastLength] F80
  90. T0 M1
  91. G92 X0 Z[Length]
  92. G90 T[Tool] M[Direct]
  93. G94 S[Speed] M[Cool]
  94. G1 X[V] Z[H] F80
  95. End
  96.  
  97. EndCode                               # End of the program                
  98. G1 X0 Z[LastLength] F80 M24
  99. M25
  100. T0 M1
  101. G1 X[EndV] Z[EndH] F80
  102. M30
  103. End
  104.  
  105.  
  106.